From 6f322e1ab2d82a7dc11678e3e92f88b0ebca9e33 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 4 Aug 2008 23:11:57 +0000 Subject: [PATCH] remove the autoconf check from various package makefiles - it's checked by prereq-build already SVN-Revision: 12105 --- libs/faad2/Makefile | 4 ---- mail/dovecot/Makefile | 4 ---- net/elinks/Makefile | 5 ----- 3 files changed, 13 deletions(-) diff --git a/libs/faad2/Makefile b/libs/faad2/Makefile index ab79c4ecf..63f91bad5 100644 --- a/libs/faad2/Makefile +++ b/libs/faad2/Makefile @@ -93,7 +93,3 @@ endef $(eval $(call BuildPackage,faad2)) $(eval $(call BuildPackage,libfaad2)) - -$(eval $(call RequireCommand,autoconf, \ - $(PKG_NAME) requires GNU autoconf. \ -)) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 21c0d00ad..d73344f24 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -103,7 +103,3 @@ endef $(eval $(call BuildPackage,dovecot)) - -$(eval $(call RequireCommand,autoconf, \ - $(PKG_NAME) requires GNU autoconf. \ -)) diff --git a/net/elinks/Makefile b/net/elinks/Makefile index b02c85f9f..4b33c176d 100644 --- a/net/elinks/Makefile +++ b/net/elinks/Makefile @@ -90,8 +90,3 @@ define Package/elinks/install endef $(eval $(call BuildPackage,elinks)) - -$(eval $(call RequireCommand,autoconf, \ - $(PKG_NAME) requires GNU autoconf. \ -)) - -- 2.30.2